home *** CD-ROM | disk | FTP | other *** search
- -- card: 122369 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 4507
- -- name:
-
-
- -- part contents for background part 2
- ----- text -----
- numToChar
-
- -- part contents for background part 1
- ----- text -----
- numToChar(<number>)
-
- Converts an ascii number to its corresponding character.
-
- numToChar(65) -- gives "A"
-
- -- part of a decimal to hex conversion
- if digit > 9 then
- put numToChar(digit-10+65) into myChar
- else
- put digit into myChar
- end if
-
- -- part contents for background part 43
- ----- text -----
- 337,169
-
- -- part contents for background part 44
- ----- text -----
-
-